From 4bf5153268486668a8585e7fa9c2f86a4679ae94 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 9 May 1993 23:53:56 +0000 Subject: [PATCH] (rmail-output): Undo June 11 1992 change: Don't try to use Date field in the From. --- lisp/mail/rmailout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index ad368a532b5..5bd3808fa46 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -177,7 +177,7 @@ When called from lisp code, N may be omitted." (mail-fetch-field "really-from") (mail-fetch-field "sender") "unknown")) - " " (or (mail-fetch-field "date") (current-time-string)) "\n") + " " (current-time-string) "\n") ;; ``Quote'' "\nFrom " as "\n>From " ;; (note that this isn't really quoting, as there is no requirement ;; that "\n[>]+From " be quoted in the same transparent way.) -- 2.30.2